home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-4956 / polystar / polymono.txt < prev   
Text File  |  1993-04-12  |  5KB  |  113 lines

  1. POLYSTAR in MONO
  2. Why another drawing programme ?
  3.  
  4. I wrote the Programme to enable me to have multi-pointed stars for 
  5. DTP work. No other programme offered the facility.
  6. All the geometry required was worked out on my drawing board first, 
  7. then converted to formulae which GFA BASIC could deal with.
  8.  
  9. It started with STARS and just went on from there. It does not claim 
  10. to be a complete drawing package; use it in conjunction with DEGAS 
  11. ELITE or any other PRG which uses that format for its pics.
  12.  
  13. One day I shall combine the MONO and COLOUR versions into one PRG..one 
  14. day ..
  15.  
  16. Feel free to copy this programme for your friends.
  17.  
  18. It is not for sale and may not be used in any commercial enterprise 
  19. without written permission.
  20.  
  21. Public Domain Libraries  may use the programme as part of their
  22. service whether or not a charge is made for copying and handling.
  23.  
  24. The author makes no promise, so accepts no liability..simple as
  25. that.  HOWEVER....Please let me know what you think of POLYSTAR I 
  26. answer all correspondence, whether you have a bug report or just don't 
  27. like some feature, or know of a potential improvement I shall be pleased 
  28. to hear from you, especially if you write in English or a similar 
  29. language such as that used in America.
  30. My thanks to those with whom I already correspond regarding
  31. prgs,ferrets,Thomas Bewick and computing in general.
  32. Special thanks to Han Kempen for his magnificent 'Second GFA BASIC 
  33. Manual' without which I would be a nervous wreck.
  34. Thanks too, to my mother for buying me a compass about forty years 
  35. ago. Last but not least, Pythagoras, without whom we should all be 
  36. running around in circles.
  37.  
  38. David J Fright BISHOPS STORTFORD 1993
  39.  _________________________________________________________________
  40.  
  41. HDR means Hold Down Right button HDL means Hold Down Left button LC 
  42. means Press Left button once RC means press Right button once
  43.  
  44. LC on a drawing tool will take you to the drawing screen
  45. To return to the menu screen RC
  46. The drawing tools all work in similar ways
  47. __________________________________________________________________ 
  48.  
  49. DRAW: HDL to draw,release button to move without drawing.
  50. The thickness of the drawing tool is determined by
  51. SIZE on the menu screen. This SIZE affects most of the functions.
  52. STAR: Move to where the centre of the star will be and LC. Move to
  53. where the outer edge will be and LC. Move to where the inner edge 
  54. will be and LC. To abort the operation, RC.
  55. The star will be drawn with the number of POINTS shown on the menu
  56. screen. This number also applies to Petals. The number of POINTS is
  57. changed by LC on + or -. If RC is used, the number jumps by ten instead 
  58. of one.
  59.  
  60. PETALS: POLYGON : CIRCLE : ELLIPSE:
  61. Move to where the centre will  be and LC. Move to where the outer 
  62. edge will be and LC again. RC to abort.
  63. When drawing a Petal in SIZE 1 and you intend to FILL it - touch up 
  64. the joins _ Pythagoras didn't have an ST ...The larger sizes are OK. 
  65. Repeat as often as you like before returning to the menu page with 
  66. RC The POLYGON will be drawn with the number of SIDES shown on the 
  67. menu screen.
  68. BOX: Move to where a corner will be and LC then move to the diagonally 
  69. opposite corner and LC again
  70. SPIRAL: Move to where the centre will be and LC. Move left or right,
  71. the distance required between lines and LC. Then every time you LC, 
  72. another half circle will be drawn....HDL for Turbo action ! The direction 
  73. of the spiral is determined by your first move, left
  74. or right...try one of each next to each other to see the effect
  75.  
  76. CURVE: Move to where the curve is to start, LC. Move to where the 
  77. curve is to end, LC. Move around until the curve is the right shape,LC. 
  78. Note : If you use RC to abort, you will need to use the  UNDO key 
  79. to remove the start and end points.
  80.  
  81. LINE: Move to where the line is to start,LC. Move to where the line 
  82. is to end, LC.
  83.  
  84. LINESTYLE: LC on a box to choose a linestyle. Current linestyle is
  85. shown at top right of the menu page. Note that dotted lines are 
  86. not available in anything other than SIZE 1
  87. LINE ENDS: The shape at the end of lines can be changed by LC for 
  88. the beginning of the line and RC for the end of the line, it 
  89. cycles through  : arrow,round,square.
  90.  
  91. RAYS: Move to  where the rays will radiate from, LC . Wherever you 
  92. now LC, a line will be drawn back to the central point. RC to end.
  93.  
  94. FILL STYLE : LC on the required pattern to make that the current
  95. pattern
  96.  
  97. COLOUR: To change colour, LC on the long narrow band which runs vertically 
  98. down the left of the menu page
  99.  
  100. SCREEN: VIEW: This will let you see the screen without selecting a 
  101. tool.
  102.  
  103. CENTRE: This will put a dot in the centre of the screen, useful for
  104. centralising a design.
  105.  
  106. CLEAR: Clears the drawing screen after asking for confirmation.
  107.  
  108. LOAD and SAVE : These bring up the file selector box and will handle
  109. DEGAS ELITE Uncompressed HI-RES pics.
  110.  
  111. ZOOM: Move the box to the area to be magnified, LC. Use the colour 
  112. bar to select the required colour and retouch the area. RC to end
  113.  -----------------------------------------------------------------